home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / libhelp.lic < prev    next >
Text File  |  1996-11-17  |  27KB  |  509 lines

  1. ----------------------------------------------------------------------
  2. summary 
  3. ----------------------------------------------------------------------
  4. "This is a derivative work of NCSA Mosaic(tm) and not the original NCSA
  5. Mosaic(tm) distributed by the University of Illinois and is available for
  6. academic and individual use only."   It is NOT available for commercial
  7. use.
  8.  
  9. ----------------------------------------------------------------------
  10. notice
  11. ----------------------------------------------------------------------
  12.  
  13. libhelp uses code from NCSA  Mosaic(tm) but it  is very different from
  14. the orginal NCSA Mosaic(tm) distributed by the University of Illinois.
  15.  
  16. libhlpclient is orginally written by thomas harrer and doesn't contain
  17. code from Mosaic or any other software.
  18.  
  19. ----------------------------------------------------------------------
  20. libhelp and libhlpclient copyright and licence.
  21. ----------------------------------------------------------------------
  22. the orginal part of  the libhelp  distribution contains the  following
  23. software items
  24.  
  25. 1. libhelp, the help browser library for hypertext help.
  26. 2. libhlpclient, the help client library for client server help. 
  27. 3. xmhelp, a standalone help browser which can be used as help server
  28.    for libhlpclient.  
  29. 4. help, the online documentation.
  30. 5. pixmaps, the button images.
  31. 5. emacs, gnu emacs additions.
  32.  
  33.    copyright (c) 1995  institute of parallel and distributed 
  34.                        high-performance systems (ipvr).
  35.    copyright (c) 1995  thomas harrer.
  36.  
  37. some files of  libhelp  share the  copyright conditions  with libhtmlw
  38. (see  below) because they   use code from NCSA  Mosaic(tm) (imageio.c,
  39. medcut.c, image.c).  all other libhelp files can be used, modified and
  40. redistributed under terms of the GNU general public license (version 1
  41. or any  later version published by  the free software foundation). The
  42. GNU general public licence version 2 is part of this document.
  43.  
  44. the libhelp distribution   includes  additional  libraries  which  are
  45. required for linking applications  with  libhelp. there are  different
  46. licences for the following libraries
  47.  
  48. 1. libXpm, the xpm library (3.4b) written by arnaud le hors.
  49.  
  50.    Copyright (C) 1989-94 GROUPE BULL
  51.  
  52. 2. libhtmlw, the HTML widget library from NCSA Mosaic(tm) 2.4.
  53.  
  54.    Copyright (C) 1993, Board of Trustees of the University of Illinois.
  55.  
  56. 3. libButtFace, the ButtonFace library (1.0) written by harald albrecht.
  57.    (libButtFace is distributed under terms of the GNU general public
  58.    licence.)
  59.  
  60.    Copyright (c) 1994  by Harald Albrecht.
  61.  
  62. ----------------------------------------------------------------------
  63. 1. libXpm terms and copyright (from the xpm-3.4b).
  64. ----------------------------------------------------------------------
  65. /*
  66.  * Copyright (C) 1989-94 GROUPE BULL
  67.  *
  68.  * Permission is hereby  granted,   free  of  charge, to any    person
  69.  * obtaining   a copy of  this software   and associated documentation
  70.  * files (the   "Software"),    to  deal  in the    Software   without
  71.  * restriction, including without  limitation the rights to use, copy,
  72.  * modify, merge,  publish, distribute, sublicense, and/or sell copies
  73.  * of the Software,  and  to permit persons  to  whom the Software  is
  74.  * furnished to do so, subject  to the following conditions: The above
  75.  * copyright  notice and this  permission  notice shall be included in
  76.  * all copies or substantial portions of the Software.
  77.  *    
  78.  * THE SOFTWARE  IS PROVIDED "AS  IS",  WITHOUT WARRANTY  OF ANY KIND,
  79.  * EXPRESS OR IMPLIED, INCLUDING BUT NOT  LIMITED TO THE WARRANTIES OF
  80.  * MERCHANTABILITY,    FITNESS     FOR   A  PARTICULAR     PURPOSE AND
  81.  * NONINFRINGEMENT. IN  NO EVENT SHALL GROUPE BULL  BE LIABLE  FOR ANY
  82.  * CLAIM, DAMAGES   OR  OTHER  LIABILITY, WHETHER   IN   AN ACTION  OF
  83.  * CONTRACT, TORT OR OTHERWISE, ARISING  FROM, OUT OF OR IN CONNECTION
  84.  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  85.  *
  86.  * Except  as contained in this notice,  the name of GROUPE BULL shall
  87.  * not be used in advertising or otherwise to promote the sale, use or
  88.  * other dealings in this Software without prior written authorization
  89.  * from GROUPE BULL.
  90.  */
  91.  
  92. Arnaud LE HORS  BULL Research FRANCE -- Koala Project 
  93.                 (XPM - X PixMap format version 2 & 3)
  94.     Internet:   lehors@sophia.inria.fr
  95. Surface Mail:   Arnaud LE HORS, INRIA - Sophia Antipolis, 
  96.                 2004, route des Lucioles, 06565 Valbonne Cedex -- FRANCE
  97.  Voice phone:   (33) 93.65.77.71, Fax: (33) 93 65 77 66, Telex: 97 00 50 F
  98.  
  99. ----------------------------------------------------------------------
  100. 2. libhtmlw terms and copyright:
  101. ----------------------------------------------------------------------
  102.  
  103. Copyright (C) 1993, Board of Trustees of the University of Illinois.
  104.  
  105. The  NCSA Mosaic(tm) licence  is  the most  restrictive licence of the
  106. libhelp distribution.    The UI  grants  you (hereafter,   Licensee) a
  107. license   to use the    Software for academic,   research and internal
  108. business purposes only, without a fee.
  109.  
  110. the copyright notice from the NCSA Mosaic(tm) source files:
  111.  
  112. /****************************************************************************
  113.  * NCSA Mosaic for the X Window System                                      *
  114.  * Software Development Group                                               *
  115.  * National Center for Supercomputing Applications                          *
  116.  * University of Illinois at Urbana-Champaign                               *
  117.  * 605 E. Springfield, Champaign IL 61820                                   *
  118.  * mosaic@ncsa.uiuc.edu                                                     *
  119.  *                                                                          *
  120.  * Copyright (C) 1993, Board of Trustees of the University of Illinois      *
  121.  *                                                                          *
  122.  * NCSA Mosaic software, both binary and source (hereafter, Software) is    *
  123.  * copyrighted by The Board of Trustees of the University of Illinois       *
  124.  * (UI), and ownership remains with the UI.                                 *
  125.  *                                                                          *
  126.  * The UI grants you (hereafter, Licensee) a license to use the Software    *
  127.  * for academic, research and internal business purposes only, without a    *
  128.  * fee.  Licensee may distribute the binary and source code (if released)   *
  129.  * to third parties provided that the copyright notice and this statement   *
  130.  * appears on all copies and that no charge is associated with such         *
  131.  * copies.                                                                  *
  132.  *                                                                          *
  133.  * Licensee may make derivative works.  However, if Licensee distributes    *
  134.  * any derivative work based on or derived from the Software, then          *
  135.  * Licensee will (1) notify NCSA regarding its distribution of the          *
  136.  * derivative work, and (2) clearly notify users that such derivative       *
  137.  * work is a modified version and not the original NCSA Mosaic              *
  138.  * distributed by the UI.                                                   *
  139.  *                                                                          *
  140.  * Any Licensee wishing to make commercial use of the Software should       *
  141.  * contact the UI, c/o NCSA, to negotiate an appropriate license for such   *
  142.  * commercial use.  Commercial use includes (1) integration of all or       *
  143.  * part of the source code into a product for sale or license by or on      *
  144.  * behalf of Licensee to third parties, or (2) distribution of the binary   *
  145.  * code or source code to third parties that need it to utilize a           *
  146.  * commercial product sold or licensed by or on behalf of Licensee.         *
  147.  *                                                                          *
  148.  * UI MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THIS SOFTWARE FOR   *
  149.  * ANY PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED          *
  150.  * WARRANTY.  THE UI SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY THE    *
  151.  * USERS OF THIS SOFTWARE.                                                  *
  152.  *                                                                          *
  153.  * By using or copying this Software, Licensee agrees to abide by the       *
  154.  * copyright law and all other applicable laws of the U.S. including, but   *
  155.  * not limited to, export control laws, and the terms of this license.      *
  156.  * UI shall have the right to terminate this license immediately by         *
  157.  * written notice upon Licensee's breach of, or non-compliance with, any    *
  158.  * of its terms.  Licensee may be held legally responsible for any          *
  159.  * copyright infringement that is caused or encouraged by Licensee's        *
  160.  * failure to abide by the terms of this license.                           *
  161.  *                                                                          *
  162.  * Comments and questions are welcome and can be sent to                    *
  163.  * mosaic-x@ncsa.uiuc.edu.                                                  *
  164.  ****************************************************************************/
  165.  
  166. ----------------------------------------------------------------------
  167. 3. GNU GENERAL PUBLIC LICENCE Version 2.
  168.    libhelp and libButtFace.
  169. ----------------------------------------------------------------------
  170.             GNU GENERAL PUBLIC LICENSE
  171.                Version 2, June 1991
  172.  
  173.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  174.                           675 Mass Ave, Cambridge, MA 02139, USA
  175.  Everyone is permitted to copy and distribute verbatim copies
  176.  of this license document, but changing it is not allowed.
  177.  
  178.                 Preamble
  179.  
  180.   The licenses for most software are designed to take away your
  181. freedom to share and change it.  By contrast, the GNU General Public
  182. License is intended to guarantee your freedom to share and change free
  183. software--to make sure the software is free for all its users.  This
  184. General Public License applies to most of the Free Software
  185. Foundation's software and to any other program whose authors commit to
  186. using it.  (Some other Free Software Foundation software is covered by
  187. the GNU Library General Public License instead.)  You can apply it to
  188. your programs, too.
  189.  
  190.   When we speak of free software, we are referring to freedom, not
  191. price.  Our General Public Licenses are designed to make sure that you
  192. have the freedom to distribute copies of free software (and charge for
  193. this service if you wish), that you receive source code or can get it
  194. if you want it, that you can change the software or use pieces of it
  195. in new free programs; and that you know you can do these things.
  196.  
  197.   To protect your rights, we need to make restrictions that forbid
  198. anyone to deny you these rights or to ask you to surrender the rights.
  199. These restrictions translate to certain responsibilities for you if you
  200. distribute copies of the software, or if you modify it.
  201.  
  202.   For example, if you distribute copies of such a program, whether
  203. gratis or for a fee, you must give the recipients all the rights that
  204. you have.  You must make sure that they, too, receive or can get the
  205. source code.  And you must show them these terms so they know their
  206. rights.
  207.  
  208.   We protect your rights with two steps: (1) copyright the software, and
  209. (2) offer you this license which gives you legal permission to copy,
  210. distribute and/or modify the software.
  211.  
  212.   Also, for each author's protection and ours, we want to make certain
  213. that everyone understands that there is no warranty for this free
  214. software.  If the software is modified by someone else and passed on, we
  215. want its recipients to know that what they have is not the original, so
  216. that any problems introduced by others will not reflect on the original
  217. authors' reputations.
  218.  
  219.   Finally, any free program is threatened constantly by software
  220. patents.  We wish to avoid the danger that redistributors of a free
  221. program will individually obtain patent licenses, in effect making the
  222. program proprietary.  To prevent this, we have made it clear that any
  223. patent must be licensed for everyone's free use or not licensed at all.
  224.  
  225.   The precise terms and conditions for copying, distribution and
  226. modification follow.
  227.  
  228.             GNU GENERAL PUBLIC LICENSE
  229.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  230.  
  231.   0. This License applies to any program or other work which contains
  232. a notice placed by the copyright holder saying it may be distributed
  233. under the terms of this General Public License.  The "Program", below,
  234. refers to any such program or work, and a "work based on the Program"
  235. means either the Program or any derivative work under copyright law:
  236. that is to say, a work containing the Program or a portion of it,
  237. either verbatim or with modifications and/or translated into another
  238. language.  (Hereinafter, translation is included without limitation in
  239. the term "modification".)  Each licensee is addressed as "you".
  240.  
  241. Activities other than copying, distribution and modification are not
  242. covered by this License; they are outside its scope.  The act of
  243. running the Program is not restricted, and the output from the Program
  244. is covered only if its contents constitute a work based on the
  245. Program (independent of having been made by running the Program).
  246. Whether that is true depends on what the Program does.
  247.  
  248.   1. You may copy and distribute verbatim copies of the Program's
  249. source code as you receive it, in any medium, provided that you
  250. conspicuously and appropriately publish on each copy an appropriate
  251. copyright notice and disclaimer of warranty; keep intact all the
  252. notices that refer to this License and to the absence of any warranty;
  253. and give any other recipients of the Program a copy of this License
  254. along with the Program.
  255.  
  256. You may charge a fee for the physical act of transferring a copy, and
  257. you may at your option offer warranty protection in exchange for a fee.
  258.  
  259.   2. You may modify your copy or copies of the Program or any portion
  260. of it, thus forming a work based on the Program, and copy and
  261. distribute such modifications or work under the terms of Section 1
  262. above, provided that you also meet all of these conditions:
  263.  
  264.     a) You must cause the modified files to carry prominent notices
  265.     stating that you changed the files and the date of any change.
  266.  
  267.     b) You must cause any work that you distribute or publish, that in
  268.     whole or in part contains or is derived from the Program or any
  269.     part thereof, to be licensed as a whole at no charge to all third
  270.     parties under the terms of this License.
  271.  
  272.     c) If the modified program normally reads commands interactively
  273.     when run, you must cause it, when started running for such
  274.     interactive use in the most ordinary way, to print or display an
  275.     announcement including an appropriate copyright notice and a
  276.     notice that there is no warranty (or else, saying that you provide
  277.     a warranty) and that users may redistribute the program under
  278.     these conditions, and telling the user how to view a copy of this
  279.     License.  (Exception: if the Program itself is interactive but
  280.     does not normally print such an announcement, your work based on
  281.     the Program is not required to print an announcement.)
  282.  
  283. These requirements apply to the modified work as a whole.  If
  284. identifiable sections of that work are not derived from the Program,
  285. and can be reasonably considered independent and separate works in
  286. themselves, then this License, and its terms, do not apply to those
  287. sections when you distribute them as separate works.  But when you
  288. distribute the same sections as part of a whole which is a work based
  289. on the Program, the distribution of the whole must be on the terms of
  290. this License, whose permissions for other licensees extend to the
  291. entire whole, and thus to each and every part regardless of who wrote it.
  292.  
  293. Thus, it is not the intent of this section to claim rights or contest
  294. your rights to work written entirely by you; rather, the intent is to
  295. exercise the right to control the distribution of derivative or
  296. collective works based on the Program.
  297.  
  298. In addition, mere aggregation of another work not based on the Program
  299. with the Program (or with a work based on the Program) on a volume of
  300. a storage or distribution medium does not bring the other work under
  301. the scope of this License.
  302.  
  303.   3. You may copy and distribute the Program (or a work based on it,
  304. under Section 2) in object code or executable form under the terms of
  305. Sections 1 and 2 above provided that you also do one of the following:
  306.  
  307.     a) Accompany it with the complete corresponding machine-readable
  308.     source code, which must be distributed under the terms of Sections
  309.     1 and 2 above on a medium customarily used for software interchange; or,
  310.  
  311.     b) Accompany it with a written offer, valid for at least three
  312.     years, to give any third party, for a charge no more than your
  313.     cost of physically performing source distribution, a complete
  314.     machine-readable copy of the corresponding source code, to be
  315.     distributed under the terms of Sections 1 and 2 above on a medium
  316.     customarily used for software interchange; or,
  317.  
  318.     c) Accompany it with the information you received as to the offer
  319.     to distribute corresponding source code.  (This alternative is
  320.     allowed only for noncommercial distribution and only if you
  321.     received the program in object code or executable form with such
  322.     an offer, in accord with Subsection b above.)
  323.  
  324. The source code for a work means the preferred form of the work for
  325. making modifications to it.  For an executable work, complete source
  326. code means all the source code for all modules it contains, plus any
  327. associated interface definition files, plus the scripts used to
  328. control compilation and installation of the executable.  However, as a
  329. special exception, the source code distributed need not include
  330. anything that is normally distributed (in either source or binary
  331. form) with the major components (compiler, kernel, and so on) of the
  332. operating system on which the executable runs, unless that component
  333. itself accompanies the executable.
  334.  
  335. If distribution of executable or object code is made by offering
  336. access to copy from a designated place, then offering equivalent
  337. access to copy the source code from the same place counts as
  338. distribution of the source code, even though third parties are not
  339. compelled to copy the source along with the object code.
  340.  
  341.   4. You may not copy, modify, sublicense, or distribute the Program
  342. except as expressly provided under this License.  Any attempt
  343. otherwise to copy, modify, sublicense or distribute the Program is
  344. void, and will automatically terminate your rights under this License.
  345. However, parties who have received copies, or rights, from you under
  346. this License will not have their licenses terminated so long as such
  347. parties remain in full compliance.
  348.  
  349.   5. You are not required to accept this License, since you have not
  350. signed it.  However, nothing else grants you permission to modify or
  351. distribute the Program or its derivative works.  These actions are
  352. prohibited by law if you do not accept this License.  Therefore, by
  353. modifying or distributing the Program (or any work based on the
  354. Program), you indicate your acceptance of this License to do so, and
  355. all its terms and conditions for copying, distributing or modifying
  356. the Program or works based on it.
  357.  
  358.   6. Each time you redistribute the Program (or any work based on the
  359. Program), the recipient automatically receives a license from the
  360. original licensor to copy, distribute or modify the Program subject to
  361. these terms and conditions.  You may not impose any further
  362. restrictions on the recipients' exercise of the rights granted herein.
  363. You are not responsible for enforcing compliance by third parties to
  364. this License.
  365.  
  366.   7. If, as a consequence of a court judgment or allegation of patent
  367. infringement or for any other reason (not limited to patent issues),
  368. conditions are imposed on you (whether by court order, agreement or
  369. otherwise) that contradict the conditions of this License, they do not
  370. excuse you from the conditions of this License.  If you cannot
  371. distribute so as to satisfy simultaneously your obligations under this
  372. License and any other pertinent obligations, then as a consequence you
  373. may not distribute the Program at all.  For example, if a patent
  374. license would not permit royalty-free redistribution of the Program by
  375. all those who receive copies directly or indirectly through you, then
  376. the only way you could satisfy both it and this License would be to
  377. refrain entirely from distribution of the Program.
  378.  
  379. If any portion of this section is held invalid or unenforceable under
  380. any particular circumstance, the balance of the section is intended to
  381. apply and the section as a whole is intended to apply in other
  382. circumstances.
  383.  
  384. It is not the purpose of this section to induce you to infringe any
  385. patents or other property right claims or to contest validity of any
  386. such claims; this section has the sole purpose of protecting the
  387. integrity of the free software distribution system, which is
  388. implemented by public license practices.  Many people have made
  389. generous contributions to the wide range of software distributed
  390. through that system in reliance on consistent application of that
  391. system; it is up to the author/donor to decide if he or she is willing
  392. to distribute software through any other system and a licensee cannot
  393. impose that choice.
  394.  
  395. This section is intended to make thoroughly clear what is believed to
  396. be a consequence of the rest of this License.
  397.  
  398.   8. If the distribution and/or use of the Program is restricted in
  399. certain countries either by patents or by copyrighted interfaces, the
  400. original copyright holder who places the Program under this License
  401. may add an explicit geographical distribution limitation excluding
  402. those countries, so that distribution is permitted only in or among
  403. countries not thus excluded.  In such case, this License incorporates
  404. the limitation as if written in the body of this License.
  405.  
  406.   9. The Free Software Foundation may publish revised and/or new versions
  407. of the General Public License from time to time.  Such new versions will
  408. be similar in spirit to the present version, but may differ in detail to
  409. address new problems or concerns.
  410.  
  411. Each version is given a distinguishing version number.  If the Program
  412. specifies a version number of this License which applies to it and "any
  413. later version", you have the option of following the terms and conditions
  414. either of that version or of any later version published by the Free
  415. Software Foundation.  If the Program does not specify a version number of
  416. this License, you may choose any version ever published by the Free Software
  417. Foundation.
  418.  
  419.   10. If you wish to incorporate parts of the Program into other free
  420. programs whose distribution conditions are different, write to the author
  421. to ask for permission.  For software which is copyrighted by the Free
  422. Software Foundation, write to the Free Software Foundation; we sometimes
  423. make exceptions for this.  Our decision will be guided by the two goals
  424. of preserving the free status of all derivatives of our free software and
  425. of promoting the sharing and reuse of software generally.
  426.  
  427.                 NO WARRANTY
  428.  
  429.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  430. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  431. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  432. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  433. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  434. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  435. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  436. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  437. REPAIR OR CORRECTION.
  438.  
  439.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  440. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  441. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  442. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  443. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  444. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  445. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  446. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  447. POSSIBILITY OF SUCH DAMAGES.
  448.  
  449.              END OF TERMS AND CONDITIONS
  450.  
  451.         How to Apply These Terms to Your New Programs
  452.  
  453.   If you develop a new program, and you want it to be of the greatest
  454. possible use to the public, the best way to achieve this is to make it
  455. free software which everyone can redistribute and change under these terms.
  456.  
  457.   To do so, attach the following notices to the program.  It is safest
  458. to attach them to the start of each source file to most effectively
  459. convey the exclusion of warranty; and each file should have at least
  460. the "copyright" line and a pointer to where the full notice is found.
  461.  
  462.     <one line to give the program's name and a brief idea of what it does.>
  463.     Copyright (C) 19yy  <name of author>
  464.  
  465.     This program is free software; you can redistribute it and/or modify
  466.     it under the terms of the GNU General Public License as published by
  467.     the Free Software Foundation; either version 2 of the License, or
  468.     (at your option) any later version.
  469.  
  470.     This program is distributed in the hope that it will be useful,
  471.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  472.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  473.     GNU General Public License for more details.
  474.  
  475.     You should have received a copy of the GNU General Public License
  476.     along with this program; if not, write to the Free Software
  477.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  478.  
  479. Also add information on how to contact you by electronic and paper mail.
  480.  
  481. If the program is interactive, make it output a short notice like this
  482. when it starts in an interactive mode:
  483.  
  484.     Gnomovision version 69, Copyright (C) 19yy name of author
  485.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  486.     This is free software, and you are welcome to redistribute it
  487.     under certain conditions; type `show c' for details.
  488.  
  489. The hypothetical commands `show w' and `show c' should show the appropriate
  490. parts of the General Public License.  Of course, the commands you use may
  491. be called something other than `show w' and `show c'; they could even be
  492. mouse-clicks or menu items--whatever suits your program.
  493.  
  494. You should also get your employer (if you work as a programmer) or your
  495. school, if any, to sign a "copyright disclaimer" for the program, if
  496. necessary.  Here is a sample; alter the names:
  497.  
  498.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  499.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  500.  
  501.   <signature of Ty Coon>, 1 April 1989
  502.   Ty Coon, President of Vice
  503.  
  504. This General Public License does not permit incorporating your program into
  505. proprietary programs.  If your program is a subroutine library, you may
  506. consider it more useful to permit linking proprietary applications with the
  507. library.  If this is what you want to do, use the GNU Library General
  508. Public License instead of this License.
  509. ----------------------------------------------------------------------------